time.absSeconds.clock (method)
6 uses
time (current package)
format.go#L580: hour, minute, second := abs.clock()
format.go#L702: hour, min, sec = abs.clock()
format_rfc3339.go#L32: hour, min, sec := abs.clock()
time.go#L871: return t.absSec().clock()
time.go#L875: func (abs absSeconds) clock() (hour, min, sec int) {
time.go#L1937: return absSeconds(abs + marchThruDecember*secondsPerDay).clock()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |